home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / pipes.zip / SERVER.RC < prev   
Text File  |  1993-11-24  |  541b  |  25 lines

  1. /***********************************************\
  2. * server.rc: Resource script for server         *
  3. *                                               *
  4. *                                               *
  5. \***********************************************/
  6.  
  7.  
  8. #include <windows.h>
  9. #include "server.h"
  10. #include "server.dlg"
  11.  
  12. ServerMenu MENU
  13. {
  14.    POPUP "&Test"
  15.    {
  16.       MENUITEM "Test&1",         IDM_TEST1
  17.       MENUITEM "Test&2",         IDM_TEST2
  18.    }
  19.  
  20.    POPUP "&Help"
  21.    {
  22.       MENUITEM "&About",         IDM_ABOUT
  23.    }
  24. }
  25.